crypto/tls.Conn.handshakeMutex (field)
15 uses
crypto/tls (current package)
conn.go#L40: handshakeMutex sync.Mutex
conn.go#L1293: c.handshakeMutex.Lock()
conn.go#L1294: defer c.handshakeMutex.Unlock()
conn.go#L1549: c.handshakeMutex.Lock()
conn.go#L1550: defer c.handshakeMutex.Unlock()
conn.go#L1609: c.handshakeMutex.Lock()
conn.go#L1610: defer c.handshakeMutex.Unlock()
conn.go#L1659: c.handshakeMutex.Lock()
conn.go#L1660: defer c.handshakeMutex.Unlock()
conn.go#L1669: c.handshakeMutex.Lock()
conn.go#L1670: defer c.handshakeMutex.Unlock()
quic.go#L290: c.handshakeMutex.Lock()
quic.go#L291: defer c.handshakeMutex.Unlock()
quic.go#L510: c.handshakeMutex.Unlock()
quic.go#L511: defer c.handshakeMutex.Lock()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |